home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000122_news@newsmaster….columbia.edu _Mon Jan 26 14:48:57 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id OAA04092
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 26 Jan 1998 14:48:55 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id OAA20617
  7.     for kermit.misc@watsun; Mon, 26 Jan 1998 14:48:55 -0500 (EST)
  8. Path: news.columbia.edu!panix!cam-news-hub1.bbnplanet.com!boston-news-feed1.bbnplanet.com!news.bbnplanet.com!mozart.jlc.net!Pgsherm
  9. From: gsherman@remove_this.jlc.net (Glenn Sherman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: need file transfer info
  12. Date: 26 Jan 1998 19:24:44 GMT
  13. Organization: Granite State Software
  14. Lines: 21
  15. Message-ID: <6aints$kb9$1@mozart.jlc.net>
  16. References: <6aao76$97n$1@mozart.jlc.net> <6aath0$137$1@apakabar.cc.columbia.edu> <6ab7rq$dps$1@mozart.jlc.net> <6aibou$j0o$1@apakabar.cc.columbia.edu>
  17. NNTP-Posting-Host: pm3-134.dialup.jlc.net
  18. X-Newsreader: News Xpress Version 1.0 Beta #4
  19. Xref: news.columbia.edu comp.protocols.kermit.misc:8302
  20.  
  21. >: What kind of speed (cps) should I expect to get with kermit over TCP/IP ?
  22. >: 
  23. >That would depend on the underlying communications medium: Dialup, 10Mbps
  24. >Ethernet, 100Mbps Ethernet, etc.  On the faster mediums, the computer tends
  25. >to become the bottleneck.  It also depends on whether you are making a
  26. >connection from one node on your local net to another on the same net, or if
  27. >you are going out over the Internet, and to what extent the net (and each
  28. >segment of it, and each router, etc) are congested.
  29. >
  30. >: using the -Q option boosted the transfer to 28000 cps.
  31. >: 
  32. >That would be pretty good for a V.34 PPP connection, not very good for a
  33. >direct Ethernet connection.  For long-haul TCP/IP connections, rates can
  34. >vary just as much as FTP; in this case the net itself tends to be the
  35. >bottleneck.
  36.  
  37. Sorry,  It is a local network connection over 10Mbps Ethernet.
  38.  
  39.  
  40. -Glenn
  41.